home *** CD-ROM | disk | FTP | other *** search
/ Hot Sound & Vision 2 / Hot Sound & Vision 2.img / install.bat next >
DOS Batch File  |  1994-09-09  |  2KB  |  51 lines

  1. @echo off
  2. cls
  3. echo              ╔══════════════════════════════════════════════╗
  4. echo              ║    Hot Sound & Vision II  ::  September 94   ║
  5. echo              ╚══════════════════════════════════════════════╝
  6. ECHO.
  7. if exist c:\hotsv2\catalog.ini goto error
  8. ECHO This install program will create two directories on your Hard Disk :
  9. ECHO     C:\HOTSV2      - where the Catalog & various utilities are stored
  10. ECHO     C:\HOTSV2\TMP  - where extracted files are (temporarily) stored
  11. ECHO.
  12. ECHO This install program will also copy all the files in \UTILS to C:\HOTSV2
  13. ECHO These will take up approximately 1.7 megabytes (1700k) of disk space.
  14. ECHO.
  15. ECHO.
  16. ECHO The files C:\HOTSV2\CATALOG.INI and C:\HOTSV2\READYRUN.TXT list all the
  17. ECHO external Ascii/Hex/GIF/JPG/MOD/FLI/FLC/ANI/MPG Viewers and Players.
  18. ECHO.
  19. ECHO You can edit these two text files to suit your own preferences, or
  20. ECHO leave them as the defaults.
  21. ECHO.
  22. ECHO Please remember that these, and all the software contained on this CDrom,
  23. ECHO are Shareware, and may need a registration fee for continued use.
  24. ECHO.
  25. ECHO.
  26. ECHO Press CTRL-C to exit now, or any key to continue
  27. pause
  28. md c:\hotsv2
  29. md c:\hotsv2\tmp
  30. copy \catalog\catalog.* c:\hotsv2
  31. copy \catalog\readyrun.* c:\hotsv2
  32. copy \catalog\verzeich.* c:\hotsv2
  33. copy \utils\*.* c:\hotsv2
  34. cd \catalog
  35. catalog
  36. cd \
  37. goto bye
  38.  
  39. :error
  40. ECHO             This CD has already been installed to C:\HOTSV2 !!
  41. ECHO                        Type 'MENU' to run instead.
  42. ECHO.
  43. goto finish
  44.  
  45. :bye
  46. ECHO             That was good, wasn't it ?  See you again later !
  47. ECHO                    Next time, just type 'MENU' to run.
  48. ECHO.
  49.  
  50. :finish
  51.